DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / FilterUnaryExpression<T> Class / FilterPath Property

In This Topic
    FilterPath Property (FilterUnaryExpression<T>)
    In This Topic
    Path of the data item used get the value to which the expression will be applied.
    Syntax
    'Declaration
     
    Public ReadOnly Property FilterPath As String
    public string FilterPath {get;}
    See Also